home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
PROBLEMS
/
BENCHMARK
/
BUBBLESORT
/
bubbletest
/
AnsiC
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-06-12
|
673b
|
30 lines
# Project: bubbletest
# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags =
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
# Final targets:
@.program: @.o.source @.^.^.^.C.Clib.o.Stubs \
@.^.^.^.C.RISC_OSLib.o.RISC_OSLib
link $(linkflags) @.o.source @.^.^.^.C.Clib.o.Stubs \
@.^.^.^.C.RISC_OSLib.o.RISC_OSLib
# User-editable dependencies:
# Static dependencies:
@.o.source: @.c.source
cc $(ccflags) -o @.o.source @.c.source
# Dynamic dependencies:
o.source: c.source